home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 August: Tool Chest
/
Dev.CD Aug 00 TC Disk 1.toast
/
pc
/
sample code
/
contributed
/
waste
/
demo
/
source
/
wedemomain.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-23
|
319 b
|
27 lines
/*
WASTE Demo Project:
Main Program
Copyright © 1993-1998 Marco Piovanelli
All Rights Reserved
C port by John C. Daub
*/
#ifndef __WEDEMOAPP__
#include "WEDemoIntf.h"
#endif
void main ( void )
{
if ( Initialize ( ) == noErr )
{
do
{
ProcessEvent ( ) ;
} while ( ! gExiting ) ;
}
Finalize ( ) ;
}